-- card: 10274 from stack: in -- bmap block id: 2929 -- flags: 0000 -- background id: 6913 -- name: Main menu ----- HyperTalk script ----- on openCard global name,date,time,topic send opencard to background "planners" if name is empty then get card field "name" of card "student data" put it into name if it is empty then ask "Please type your name below." else ask "Is this your name? If not, please type your name." with name put it into name put it into card field "name" of card "student data" put the short date into item 1 of sessionStart put the short time into item 2 of sessionStart get the number of lines of card field "card names" of card "student data" put item 1 of sessionStart into line (it+1) of card field "session dates" of card "student data" put item 2 of sessionStart into line (it+1) of card field "beginning times" of card "student data" end if if topic is empty then set cursor to watch put background field "topic" of card "student data" into topic put quote&topic"e&"." into cd fld "topic" get the number of cards in background "planners" repeat with i = 1 to it put topic into background field "topic" of card i of background "planners" end repeat end if end opencard -- part 1 (button) -- low flags: 00 -- high flags: A001 -- rect: left=72 top=176 right=222 bottom=154 -- title width / last selected line: 0 -- icon id / first selected line: 1 / 1 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Audience/Purpose ----- HyperTalk script ----- on mouseUp global lastBtn put the short name of target into lastBtn visual zoom open slow go to card the short name of target set hilite of bkgnd button lastBtn to true end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: A001 -- rect: left=158 top=176 right=222 bottom=208 -- title width / last selected line: 0 -- icon id / first selected line: 7012 / 7012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: List Ideas ----- HyperTalk script ----- on mouseUp global lastBtn put the short name of target into lastBtn visual zoom open slow go to card the short name of target set hilite of bkgnd button lastBtn to true end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: A001 -- rect: left=212 top=176 right=222 bottom=283 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Alike/Different ----- HyperTalk script ----- on mouseUp global lastBtn put the short name of target into lastBtn visual zoom open slow go to card the short name of target set hilite of bkgnd button lastBtn to true end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: A001 -- rect: left=286 top=176 right=222 bottom=353 -- title width / last selected line: 0 -- icon id / first selected line: 14939 / 14939 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Organize Ideas ----- HyperTalk script ----- on mouseUp global lastBtn put the short name of target into lastBtn visual zoom open slow go to card the short name of target set hilite of bkgnd button lastBtn to true end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: A001 -- rect: left=356 top=176 right=222 bottom=400 -- title width / last selected line: 0 -- icon id / first selected line: 1005 / 1005 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Essay ----- HyperTalk script ----- on mouseUp global lastBtn put the short name of target into lastBtn visual zoom open slow go to card the short name of target set hilite of bkgnd button lastBtn to true end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=417 top=224 right=256 bottom=449 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Pause ----- HyperTalk script ----- on mouseUp push card put the time into line 1 of card field "time" of card "pausing" put the time into line 3 of card field "time" of card "pausing" visual dissolve go to card "pausing" end mouseUp -- part 8 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=68 top=91 right=165 bottom=446 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 14 -- part name: -- part 9 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=208 top=119 right=135 bottom=306 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 14 -- part name: -- part 10 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=89 top=147 right=161 bottom=168 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 14 -- part name: -- part 11 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=119 top=91 right=107 bottom=160 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 14 -- part name: -- part 14 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=204 top=164 right=180 bottom=309 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 1024 -- line height: 12 -- part name: -- part 15 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=170 top=90 right=124 bottom=435 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: topic -- part 16 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=465 top=289 right=342 bottom=512 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp visual iris close pop cd end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: A004 -- rect: left=70 top=232 right=253 bottom=150 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About... ----- HyperTalk script ----- on mouseUp push card visual dissolve go to cd "about..." end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=350 top=225 right=255 bottom=375 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: help ----- HyperTalk script ----- on mouseUp push card visual dissolve go to card the short name of target end mouseUp -- part 19 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=176 top=147 right=161 bottom=255 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 14 -- part name: -- part 21 (button) -- low flags: 00 -- high flags: A004 -- rect: left=155 top=232 right=253 bottom=320 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Management System ----- HyperTalk script ----- on mouseUp visual dissolve go to cd "student data" answer "Pressing ""e&"⌘ + 4""e&" will always go to this card." end mouseUp -- part 23 (button) -- low flags: 00 -- high flags: A002 -- rect: left=16 top=319 right=340 bottom=76 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp global returncard go to returncard end mouseUp -- part contents for card part 8 ----- text ----- 1. Your topic is: 2. Click on one of the Planning Icons below. 3. If you are not ready to start planning, click on the Pause Icon or Help Icon. -- part contents for card part 9 ----- text ----- Planning Icons -- part contents for card part 10 ----- text ----- Pause Icon -- part contents for card part 11 ----- text ----- topic -- part contents for card part 14 ----- text ----- Planning Icons -- part contents for card part 15 ----- text ----- "Indians of NorthWest USA". -- part contents for card part 19 ----- text ----- Help Icon